Skip to content

Instantly share code, notes, and snippets.

@drillan
drillan / jev-finance-projects.md
Created September 20, 2026 02:27
Jev (TypeSafe System One) finance & trading projects — surveyed 2026-09-20

Jev (TypeSafe System One) — Finance & Trading Projects

Projects using Jev, TypeSafe AI's System One decision model (released 2026-09-15), in investment, trading, and financial-data contexts. Surveyed 2026-09-20 via GitHub API and community awesome-lists.

Reference project

  • jarrodwatts/jev-trader (★1.3k, 2026-09-16) — One AI trade decision every Monad block (~300 ms). Jev reads the Kuru MON-USDC order book and answers buy or sell; the bot posts a post-only limit order one tick inside the touch, earning the spread. Bun/TypeScript, dry-run mode, SSE dashboard. The template most projects below derive from.

Live trading / trading systems

@denisgolius
denisgolius / generate-ssh-key.sh
Created October 4, 2018 06:55 — forked from grenade/01-generate-ed25519-ssh-key.sh
Correct file permissions for ssh keys and config.
ssh-keygen -t rsa -b 4096 -N '' -C "rthijssen@gmail.com" -f ~/.ssh/id_rsa
ssh-keygen -t rsa -b 4096 -N '' -C "rthijssen@gmail.com" -f ~/.ssh/github_rsa
ssh-keygen -t rsa -b 4096 -N '' -C "rthijssen@gmail.com" -f ~/.ssh/mozilla_rsa
@notnotrobby
notnotrobby / cgp.md
Last active September 26, 2026 00:24
List of free resources to study computer graphics programming.
@clevervi
clevervi / DiscordQuest.md
Last active September 26, 2026 00:24
Discord Quest

🚀 Discord Quest Automator

Caution

Use at your own risk. As of April 2026, Discord has expressed intent to monitor and potentially flag accounts automating quest completion. While this script uses native telemetry hooks and official client actions, you should proceed with caution.

Note

This script works best on the Discord Desktop App. While it can process Video Quests in the browser, Game Quests ("Play" or "Stream") require native telemetry only found in the desktop client.


import SpriteKit
import UIKit
import simd
final class ReactionAnimationScene: SKScene {
var sceneDidChangeSize: (() -> Void)?
override func didChangeSize(_ oldSize: CGSize) {
super.didChangeSize(oldSize)
sceneDidChangeSize?()

Activate Windows with PowerShell

This method demonstrates how to activate Windows using PowerShell in administrator mode.

Steps to Activate Windows:

  1. Open PowerShell as an administrator:

    • Press Win + S, type "PowerShell," then right-click on Windows PowerShell and select Run as administrator.
  2. Run the following command:

@bitkarrot
bitkarrot / openmarkets_17SEP26.md
Created September 17, 2026 19:27
17 SEP 2026 - Open Markets call: spec, Monero integration, and LNbits merchant tools

Open Markets call: 17 SEP 2026

These are Karrot's notes from the open markets call, at https://honey.hivetalk.org/meet/login?room=Open+Markets+Hivetalk

Open Markets: Rebrand and Positioning

  • Gamma Markets rebranded to Open Markets, formalizing what had been growing organically
  • Name change driven by risk of association with Silk Road/darknet framing
  • “Gamma” references Paul Rosenberg’s anti-government book: strategically problematic
  • Aquarelle lemonade-stand imagery on openmarkets.pub is deliberate, safe positioning
@developic
developic / fzf-tab.fish
Last active September 25, 2026 23:55
fzf-tab.fish
function __fzf_complete
set -l buffer (commandline -b)
set -l token (commandline -ct)
set -l cursor (commandline -C)
set -l trimmed (string sub -s 1 -l $cursor -- "$buffer")
set -l dir (
if type -q eza
echo "eza -lah --git --icons --color=always"
@a1k0n
a1k0n / donut.c
Created October 23, 2023 04:03
donut shift and add only
#include <stdint.h>
#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include <math.h>
#define debug(...)
//#define debug printf
// torus radii and distance from camera